projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd42b6c
)
set intspec to NULL when creating subrs
author
Andrea Corallo
<akrl@sdf.org>
Mon, 11 Nov 2019 21:16:38 +0000
(22:16 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:04 +0000
(11:38 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index ffe0ee81e132c6263f855169f5092d219c78f1bf..3cb0fb285bf136bc47a051a5a38f61eff4e3744d 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3284,6
+3284,7
@@
DEFUN ("comp--register-subr", Fcomp__register_subr,
x->s.min_args = XFIXNUM (minarg);
x->s.max_args = FIXNUMP (maxarg) ? XFIXNUM (maxarg) : MANY;
x->s.symbol_name = SSDATA (Fsymbol_name (name));
+ x->s.intspec = NULL;
x->s.native_elisp = true;
defsubr (x);